projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df89d8a
)
(custom-declare-variable): Don't use `push'.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 27 Apr 1997 16:38:17 +0000
(16:38 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 27 Apr 1997 16:38:17 +0000
(16:38 +0000)
lisp/custom.el
patch
|
blob
|
history
diff --git
a/lisp/custom.el
b/lisp/custom.el
index 58cc6e3468c693bc4e429516afa652fd9ae15a28..e7414b76e55a6377eb070872916c101a3b33996e 100644
(file)
--- a/
lisp/custom.el
+++ b/
lisp/custom.el
@@
-131,7
+131,7
@@
not using the factory setting. Otherwise, use the `set-default'."
((eq keyword :get)
(put symbol 'custom-get value))
((eq keyword :require)
- (
push value requests
))
+ (
setq requests (cons value requests)
))
((eq keyword :type)
(put symbol 'custom-type value))
((eq keyword :options)